[INFO] fetching crate json5format 0.2.6...
[INFO] testing json5format-0.2.6 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate json5format 0.2.6 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate json5format 0.2.6
[INFO] finished tweaking crates.io crate json5format 0.2.6
[INFO] tweaked toml for crates.io crate json5format 0.2.6 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate json5format 0.2.6 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate json5format 0.2.6 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 205af948d334a535603a6ec81d52678a55cd1476533e54573e7d7133e9dca81d
[INFO] running `Command { std: "docker" "start" "-a" "205af948d334a535603a6ec81d52678a55cd1476533e54573e7d7133e9dca81d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "205af948d334a535603a6ec81d52678a55cd1476533e54573e7d7133e9dca81d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "205af948d334a535603a6ec81d52678a55cd1476533e54573e7d7133e9dca81d", kill_on_drop: false }`
[INFO] [stdout] 205af948d334a535603a6ec81d52678a55cd1476533e54573e7d7133e9dca81d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6c6aca5c2ab720142e88b6ecaf3641648ea4e87cf950afa98d6dbd3036fe741d
[INFO] running `Command { std: "docker" "start" "-a" "6c6aca5c2ab720142e88b6ecaf3641648ea4e87cf950afa98d6dbd3036fe741d", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling json5format v0.2.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `contained_comments` and `has_pending_comments` are never used
[INFO] [stdout]    --> src/content.rs:447:8
[INFO] [stdout]     |
[INFO] [stdout] 431 | pub(crate) trait Container {
[INFO] [stdout]     |                  --------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 447 |     fn contained_comments(&self) -> &ContainedComments;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 477 |     fn has_pending_comments(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `finish` that must be used
[INFO] [stdout]   --> src/options.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         state.finish();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 53 |         let _ = state.finish();
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.35s
[INFO] running `Command { std: "docker" "inspect" "6c6aca5c2ab720142e88b6ecaf3641648ea4e87cf950afa98d6dbd3036fe741d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c6aca5c2ab720142e88b6ecaf3641648ea4e87cf950afa98d6dbd3036fe741d", kill_on_drop: false }`
[INFO] [stdout] 6c6aca5c2ab720142e88b6ecaf3641648ea4e87cf950afa98d6dbd3036fe741d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3ddbcda174d91c9a784fa1086a67ebfdddbce8d040647ad988d7dc34817731b2
[INFO] running `Command { std: "docker" "start" "-a" "3ddbcda174d91c9a784fa1086a67ebfdddbce8d040647ad988d7dc34817731b2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.69
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.6
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling remove_dir_all v0.5.2
[INFO] [stderr]    Compiling unicode-width v0.1.7
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling anyhow v1.0.28
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling fnv v1.0.6
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling bit-vec v0.5.1
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling clap v2.33.0
[INFO] [stderr]    Compiling bit-set v0.5.1
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stdout] warning: methods `contained_comments` and `has_pending_comments` are never used
[INFO] [stdout]    --> src/content.rs:447:8
[INFO] [stdout]     |
[INFO] [stdout] 431 | pub(crate) trait Container {
[INFO] [stdout]     |                  --------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 447 |     fn contained_comments(&self) -> &ContainedComments;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 477 |     fn has_pending_comments(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `finish` that must be used
[INFO] [stdout]   --> src/options.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         state.finish();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 53 |         let _ = state.finish();
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.1.0
[INFO] [stderr]    Compiling rusty-fork v0.2.2
[INFO] [stderr]    Compiling proptest v0.9.6
[INFO] [stderr]    Compiling structopt-derive v0.2.18
[INFO] [stderr]    Compiling structopt v0.2.18
[INFO] [stderr]    Compiling json5format v0.2.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::test_error`
[INFO] [stdout]    --> src/parser.rs:948:20
[INFO] [stdout]     |
[INFO] [stdout] 948 |     use {super::*, crate::test_error, proptest::prelude::*};
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing documentation for the crate
[INFO] [stdout]     --> tests/lib.rs:5:1
[INFO] [stdout]      |
[INFO] [stdout]    5 | / #![deny(missing_docs)]
[INFO] [stdout]    6 | | use {
[INFO] [stdout]    7 | |     crate::{test_error, Json5Format},
[INFO] [stdout]    8 | |     json5format::*,
[INFO] [stdout] ...    |
[INFO] [stdout] 1914 | |     })
[INFO] [stdout] 1915 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]     --> tests/lib.rs:5:9
[INFO] [stdout]      |
[INFO] [stdout]    5 | #![deny(missing_docs)]
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `json5format` (test "lib") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: methods `contained_comments` and `has_pending_comments` are never used
[INFO] [stdout]    --> src/content.rs:447:8
[INFO] [stdout]     |
[INFO] [stdout] 431 | pub(crate) trait Container {
[INFO] [stdout]     |                  --------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 447 |     fn contained_comments(&self) -> &ContainedComments;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 477 |     fn has_pending_comments(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `finish` that must be used
[INFO] [stdout]   --> src/options.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         state.finish();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 53 |         let _ = state.finish();
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3ddbcda174d91c9a784fa1086a67ebfdddbce8d040647ad988d7dc34817731b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ddbcda174d91c9a784fa1086a67ebfdddbce8d040647ad988d7dc34817731b2", kill_on_drop: false }`
[INFO] [stdout] 3ddbcda174d91c9a784fa1086a67ebfdddbce8d040647ad988d7dc34817731b2
